home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / cg.lha / cg / src / Dialog.md < prev    next >
Text File  |  1992-11-24  |  152b  |  10 lines

  1. (* Ich, Doktor Josef Grosch, Informatiker, 23.5.1989 *)
  2.  
  3. DEFINITION MODULE Dialog;
  4.  
  5. FROM Tree IMPORT tTree;
  6.  
  7. PROCEDURE Dialog (t: tTree); 
  8.  
  9. END Dialog.
  10.